ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory> Class
The type of the key of the cache item.
The type of the value of the cache item.
Members

GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory> Class
Represents arguments for the PurgeItem event.
Object Model
GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory> Class
Syntax
'Declaration
 
Public NotInheritable Class GenericCache.PurgeItemEventArgs
    (Of TKey,TValue,TCacheNodeFactory As {New, CacheNodeFactory(Of TKey,TValue)}) 
   Inherits System.EventArgs
 
Type Parameters
TKey
The type of the key of the cache item.
TValue
The type of the value of the cache item.
TCacheNodeFactory
Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.Viewer.Common.Implementation.GenericCache`3.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory>

See Also